全部应用

SimpleLogin:Receive & Send emails anonymously
4.9
-----------------------
Easily create a different email for each website to hide your real email. Protect your inbox against spams, phishing, data breaches Use email ALIAS instead of your real email address to: - defend your mailbox from spams, phishing and data breaches. - protect your privacy from cross-site tracking. 1- Next time a website asks for your email address, give an alias instead of your real email. 2- All emails sent to an alias is *forwarded* to your personal email address. 3- Just hit ""Reply"" if you want to reply to a forwarded email: the reply is sent from your alias and your real email stays hidden. You can also easily send emails from your alias. SimpleLogin is an *open-source* email alias solution that allows you to quickly create an email alias. Use an email alias when: - subscribing to a newsletter - signing up for a new account - giving your email to someone you don't trust. Later on you can simply block an email alias if it's too spammy. ## Why SimpleLogin? When you give away your personal email online, there is a good chance that your email address would end up with a spammer or leaked during a breach. You could check whether your email is leaked using website like https://haveibeenpwned.com SimpleLogin could also help manage your business emails. If you own a domain and don't want to pay a full solution like GSuite, you could add the domain into SimpleLogin and create emails like contact@my-domain.com, partner@my-domain.com with aliases. All our business emails (the @simplelogin.io) are actually aliases. ## What distinguishes SimpleLogin - Generous free plan: there's no cap on bandwidth or number of replies/sends. The Free Plan is enough for protecting your personal email. Premium Plan targets at more ""advanced"" users with features like custom domain, unlimited alias, PGP, directories, etc. - Fully open source: both SimpleLogin server and client code (browser extension, JS library) are open source so anyone can freely inspect and (hopefully) improve the code. You would not trust a blackbox to handle your emails, do you? - No ads, no tracker. - The only email forwarding solution that can be self hosted, i.e. you can run SimpleLogin on your server. - Not just email alias: we are working on providing a similar technology for phone number and credit cards. Stay tuned! - Easily export your data: allows you to change the service provider if someday you decide to leave SimpleLogin."
Advanced Notepad
4.3
-----------------------
简单的记事本却充满了丰富的功能。 格式化文本、创建多个笔记、自动​​保存、远程备份。比以往任何时候都快。 Chrome Advanced Notepad 是一款简单但功能强大的记事本,功能丰富。 1) 快速笔记 不想创建便笺来存储临时文本?不用担心,您可以将笔记存储在快速笔记中,并随时删除它们。 2) 多个注释 您可以创建多个笔记。无需担心存储问题。 3) 自动保存 无需保存按钮,高级记事本无需您执行任何操作即可存储笔记。它会在您创建笔记或开始编辑笔记时存储。 4) 格式注释 您可以格式化笔记。创建无序列表/有序列表,将文本设为粗体、下划线、斜体或删除。 5) 远程备份 在云上备份您的笔记并在任何计算机上恢复它。由 JSONbin.io 提供支持 您可以在 https://8bit.codes/privacy 阅读更多关于隐私政策的信息 ---------- 更改日志 v2.1 - 修复备份 v2.0 - 修正了一些错误 - 调整了窗口大小,现在比以前更大了。 - 较长的文件名,在您开始输入注释后使用换行符来确定文件名。 - 记事本现在将为创建的新笔记显示“创建于”和“更新于”的时间戳(更新也将显示为旧笔记)。 - 字体更深更清晰。 v1.5 - 备份修复 v1.3, v1.4 - 小修复 - 备份修复 v1.2 - 添加格式选项[增加字体大小,减小字体大小,清除格式] - 添加了帮助信息 v1.1 - 如果在笔记中找不到文本,请将笔记文件名设置为默认值。 v1 - 初始版本 "
Sauce for Strava™
4.7
-----------------------
Additional functionality for your cycling and running analysis. This extension upgrades the Strava™ website. The Sauce extension upgrades Strava.com with better cycling and running information. It's a simple, lightweight, open-source and pure client-side JavaScript addition. Feature Highlights: * Peak performance table: * Power * Normalized Power * xPower * Heart Rate * Pace * Grade Adjusted Pace * VAM (climbing speed) * Cadence * Sea Power (potential power at sea level) * Themes (including dark mode) * Export any activity to a FIT, TCX or GPX file * Create Live Segments for any effort (including downhills) * Running Power estimation * Kudo All Activities * Analysis page stats are extended to include: * Elapsed power average, normalized power, xPower, moving power average and watts/kg * Grade adjusted pace * TSS * Intensity Factory * VAM * Elevation gain/loss * Raw data and graph views * Sea Power * Pw:Hr / Aerobic Decoupling * Weight and FTP overrides for all athletes * Inline comments system for activity page * Performance Predictor * Dashboard features: * Hide virtual activities (except your own) * Hide promotions and challenges * Hide commutes * Responsive layout * Detailed Running segments * W'balance graphing * Analysis graph smoothing Disclaimer: I don't work for Strava nor have I interacted with any persons from Strava in the writing of this extension. All the information used in this extension is readily available within the Strava.com website."
Google Apps Script GitHub 助手
4.7
-----------------------
使用GitHub/GitHub Enterprise/Bitbucket/GitLab管理GAS的inline代码 Manage your Google Apps Script code with your favorite scm(github/github enterprise/bitbucket). [IMPORTANT] The new version requires Google OAuth to call Apps Script API, before the OAuth app be verified by Google, it only allow to grant 100 users' permission, if you encounter some errors said can not grant permission to the app, please wait for the verification process completed, sorry for the inconvenience! If you can not wait, please try check out the code from https://github.com/leonhartX/gas-github and switch to v4.0.3, install the extension from source with ""Load Unpacked"" in the extension page, it can still work with the old IDE. Feature: - Push/Pull code between github and Google Apps Script - Sync your code to public/secret Gist - Works with ""Embedded"" scripts (Scripts that are bound to SHEETS, DOCS, and FORMS) - Create github repo, branch and file from Google App Script IDE - Show diff when pull/push - Support choose files to pull/push - Support commit comment when push - Support Github, Github Enterprise, Bitbucket and GitLab - Support two-factor authentication(only for Github and Github Enterprise) - Support directory(with slash in filename) - Support Github Organization, Bitbucket Team and GitLab Groups. - Google Apps Script native ui Attention: - The *Pull* is not work actually the same as Github, since Google Apps Script do not have revision info, the *Pull* will just fetch your code from github and OVERWRITE(not merge) to the project. Changelog 5.05 - remove gitlab.com permission, fix some gitlab issue by @Hell-K Changelog 5.0.3 - remove unnecessary permission Changelog 5.0.2 - fix ignore file error Changelog 5.0.1 - improve log for new IDE - change extension icon Changelog 5.0.0 - [IMPORTANT] Use Google Apps Script API instead of internal RPC since it changed in new IDE, need to login with Google to work(currently the Google OAuth App is note verified yet, so there will be a warn page) - Support new GAS IDE(old IDE is not supported anymore) - Fix can not work with multi IDE tab in same browser Changelog 4.0.7 - Fix GitHub deprecation notification for using token in query parameter Changelog 4.0.6 - Use unicode icons - Highlight current repo Changelog 4.0.5 - Fix broken due to internal RPC update Changelog 4.0.4 - Fix broken due to internal RPC update Changelog 4.0.3 - Fix .gs pulled as .html Changelog 4.0.2 - Remove support for hosted GitLab Changelog 4.0.1 - Fix an undefined error when file not existed Changelog 4.0.0 - Add support for GitLab (the addition permission requested is for GitLab) Changelog 3.3.6 - Fix extension not work with AppsScript Color 1.0.1 Changelog 3.3.4 - Fix url issue in 3.3.3 Changelog 3.3.3 - Support corporate google apps account. Changelog 3.3.2 - Fix push/pull not work with embedded script. Changelog 3.3.1 - Fix GAS's PRC change. Changelog 3.3.0 - Support manifest file with a new config item. - Fix unexpected deletion when push to Github. Changelog 3.2.2 - Fix bitbucket connection error when there's too many repo. Changelog 3.2.1 - Bug fix. Changelog 3.2.0 - Add ignore file pattern option. Chaneglog 3.1.0 - Add an option to support change file type to sync(upload .gs file as .js). Changelog 3.0.3 - Fix login github with email not work. Changelog 3.0.2 - Fix dismiss link now work. Changelog 3.0.1 - Add relogin warn. Changelog 3.0.0 - Support bitbucket.org. - Show repo's full name (with user/organization) in dropdown list. - Support create repo under Github organization or Bitbucket team. - Fix create new branch from current branch. - Fix several minor bugs. Changelog 2.0.5 - Bug fix. Changelog 2.0.4 - Bug fix. Changelog 2.0.3 - Add star option when login. Changelog 2.0.2 - Fix delete files failed sometimes. Changelog 2.0.1 - Support create private repo from extension. Changelog 2.0.0 - Support file deleted and rename. Changelog 1.0.1 - Support use access token to login. Changelog 1.0.0 - Add Gist support. now you can sync your code to gist(public/secret). - To use gist, you must re-login to create a new access token which has the gist permission, or manually add gist scope in your current github access token. - Simple usage: select 'Using Gist' in repo dropdown list, and then select gist id in Gist dropdown list. Changelog 0.1.9 - make error message more clearly when try to create branch in empty repo Changelog 0.1.8 - change gwt call to newest version Changelog 0.1.7 - fix minor bugs Changelog 0.1.3 - change github scope to 'repo' to support private repo Changelog 0.1.2 - fix bug: follow Github API's Link header to get all repos/branches"
retroLink - Desprotetor de Links
4.1
-----------------------
RetroLink 只需单击 1 次即可取消保护受保护的链接。没有广告! 使用 retroLink Unprotector,您将不再需要等待或下载电影、音乐、文件或游戏。只需单击扩展图标,您就会被重定向到下载页面! 什么是链接守卫? 链接保护器是要求用户注册付费服务的页面,通常与手机相关。在某些保护器中,用户只有在注册手机后才能访问下载。 扩展有什么作用? 该扩展绕过了链接保护器,因此用户不必等待下载发布或注册付费服务。 如何使用不受保护的链接? 安装扩展程序后,Unprotector 图标将出现在浏览器的地址栏旁边。当您在链接保护程序页面上时,单击扩展图标,您将被重定向到下载页面。 扩展是免费的吗? 是的。如果您因延期而被收费,那么您就被骗了。 链接保护器与哪些链接保护器兼容? 该扩展与多种类型的链接保护器兼容,包括复杂的保护器,例如加密保护器,甚至是最简单的保护器,它们将下载链接放在地址本身中。为了确保扩展的效率,我一直在寻找新的链接保护器并创建更新。如果您发现扩展程序不兼容的保护器,请发表评论,我将尽快研究并制造疫苗。 当有新的更新发布时,我将如何收到通知? 当您尝试“取消保护”链接时,如果有新的更新,您将收到通知并重定向到更新下载页面。 为什么需要点击扩展图标?为什么扩展程序不自动绕过链接保护程序? 由于链接保护器的多样性,扩展需要运行多个脚本来绕过它们。如果这些脚本在用户访问的每个页面上运行,可能会降低他们在“常规”网站上的体验,这不是链接保护程序。另一种方法是仅在特定页面上运行脚本,但由于链接保护器数量众多且随时可能出现新的保护器,这会限制扩展的效率。 通过单击扩展程序图标,您“告诉”扩展程序您在链接保护中并且它运行脚本。也就是说,扩展仅在您需要时才起作用。"
Ciuvo Price Comparison
3.9
-----------------------
Price comparison companion Price comparison in your browser - automatic and in real time! All products, always at the best price, and best of all: you don't have to worry about ANYTHING. Install now with 1 click and you're done! Do you shop online? Avoid overpaying by using Picky. # How does picky work? Picky automatically recognizes products from over 10,000 online shops and searches for better prices while you shop. # Saving has never been so easy! Cheaper than the big stores. With Picky you always know if there's a better deal. How many times have you paid too much because you forgot to compare prices? This is finally over! Picky compares all products in the background - automatically. So you don't even have to think about it. No more tedious searching on price comparison portals. # No account necessary Simply install and start saving. You don't need an account to use picky. It couldn't be easier. # Invisible - unless you can save money! Picky doesn't slow you down, we only appear with shopping information when an alternative offer has been found. After all, the Internet already has enough annoying pop-ups. # Real data protection Your data is 100% safe with us - why? Because we don't even save it. Picky works with the data of the webshops you visit, so you always remain anonymous and safe! # Not sure if PICKY will work for you? Just give it a try - Picky is free and if you don't like it you can simply uninstall it. Install now and never be annoyed that you paid too much again! Do you still have questions? Send us a message at hello@ciuvo.com!"
Instant Save for Instagram and Flickr
3.8
-----------------------
This extension allows saving of any Instagram or Flickr image via a single click on the context menu. KNOWN ISSUE: There was a recent change on IG that caused some video download functionality to break, and I haven't yet been able to find a workaround for it. I apologize for the issue, and will update things once I'm able to find a workaround. Note from the Developer: If you find something is not working, please use the ""Support"" option to let me know before leaving a negative review. As you can tell from the release notes below, the websites this extension works on change their structure in a way that breaks this extension's functionality periodically. I have no affiliation with them, so don't know when those changes are going to happen until they get released to my account and I happen to run into the situation myself, then need to find free time to implement and release a change. Letting me know that something is not working using the Support option helps expedite that process. Summary: This extension is the only way to immediately save any image from Instagram or Flickr with a single right-click context menu click! Images from the main feed, a post or photo's page, or a user's overview or favorites page will save directly to your browser's default download location when you click on the option this extension adds to the right-click context menu. Release Notes: 1.0 added support for saving from the Timeline and Post Instagram pages 1.1 added support for saving from the user overview page 1.2 added support for higher quality, un-cropped images 1.3 fixed the plugin for Instagram's updated page layout model 1.4-5 updated name and logos in response to trademark complaint from Instagram 1.6 fixed handling for new types of videos 1.7 IG changed their app, and I can no longer modify the URL to get the un-cropped version, so this update gets the version currently loaded on your screen (if you click on a picture from a timeline to see it large, it'll grab the full version). I'm looking into a solution, but none are obvious. 1.8 Chrome v65 changed the behavior of <a> downloads in a way that broke this (opening images in a new tab rather than downloading them) - the download logic has been modified so that things work properly again. As an added bonus, the source user's name is now prefixed onto the file name. 1.9 changed the download logic because of another Chrome update that broke the previous download type 2.0 added the ability to download from Flickr 2.1 fixed an odd bug 2.2 updated the IG save logic for videos due to updated website structure 2.3 fixed a bug downloading videos with no comments 2.4 fixed a user-reported issue where file extensions had characters appended to them 2.5 added a ""Labs"" menu item off the main icon with in-development features - SaveStorm: When checked, any single click on IG or Flickr is interpreted as a download request. Works properly, but needs to be only enabled for short periods. - DL All Flickr: saves all open Flickr single-image tabs at one go. Still buggy when pulling large numbers down. 2.6 makes the Ctrl+Click (open in new tab) block that IG put in place work properly again 2.7 fixed an issue where videos downloaded from IG would have characters after the file extension 2.8 fixed an issue where clicking within a tag on the image would prevent the download from working 2.9 added the ability to download full-resolution photos or videos from Instagram Stories by left-clicking on the application icon in the top bar during playback 2.10 fixed video downloads 2.11 Added the ability to download IG TV posts 2.12 Updated the logic used to retrieve the username for the file prefix based on updates to IG's page structure 2.13 Updated the username retrieval logic when the page structure changed again 2.14 Updated IG Story photo retrieval logic based up an updated page structure 2.15 Included substantial updates around logic used with IG to retrieve video URLs, made necessary by some functionalities I was using being deprecated 2.16 Updated IG story retrieval logic to retrieve the highest-res image, and fixed saving videos from multi-image posts and from a user profile page based on structure changes 2.17 Updated image URL retrieval logic to pull from sourceset if available, fixed video URL retrieval from profile page, fixed video URL retrieval from main feed when after the initial set of posts. 2.18 Turned off debug log that I accidentally left enabled and caused extra noise in the console. 2.19 Updated the username retrieval logic when the page structure changed again 2.20 Fully fixed the issue of some images from Newsfeed downloading thumbnails rather than full-res. Partially fixed downloading videos from Newsfeed - it now works for the first batch of items on newsfeed, but there's a known issue for downloading videos beyond the infinite scroll and from a User page in a multi-image post - which you can work around by going to the Post page. 2.21 Fixed IG video downloads that were broken due to a new data structure, and migrated to Chrome Extension Manifest v3 2.22 Small update to name generation logic for images that internally use webp filetypes, which was causing invalid filenames 2.23 Small update to name generation logic issue causing long filenames including an HEIC filetype; these are now treated as jpg files. 2.24 Update support for PNG files"