URLs Manager - Websites Blocker and Labeller
Block or tag websites, URLs and domains!
URLs Manager - Websites Blocker and Labellerとは何ですか?
URLs Manager - Websites Blocker and LabellerはJBによって開発されたChromeの拡張機能で、その主な機能は「Block or tag websites, URLs and domains!」です。
拡張機能のスクリーンショット
URLs Manager - Websites Blocker and Labeller拡張機能のCRXファイルをダウンロード
URLs Manager - Websites Blocker and Labeller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve productivity by easily blocking or tagging any interesting, distracting or harmful websites. How many times you came back on an useless page and wasted time on it? Or went back on a page and read information that you had already read before and didn't want read again? With this extension you can set different labels on all the pages you want, and even block them! It is like an advanced bookmark/block websites manager. You can set labels on each page and domain, as : - USELESS (light red flag + top label on the page) - USEFUL (green flag) - IMPORTANT (blue flag) Or simply block the page! You can block a domain and unblock some specific pages of the same domain. You also can set a note (short message) on each page, by example why you tagged this page or why you blocked it. The extension also tells you how many times you visited the current page. I made this extension when I was making a lot of researches on many websites and I was not sure if I already interacted with some pages (example: call the number, send a message, read the info...). So I thought it would be nice if I could set a note/reminder on the pages, hence the creation of this extension. With URLs Manager, you'll not waste time anymore! If you want me to add some features, contact me :)
拡張機能の基本情報
名前 | URLs Manager - Websites Blocker and Labeller |
ID | bpjhmpholbncnfdooeagoonhhbndcefh |
公式URL | https://chromewebstore.google.com/detail/urls-manager-websites-blo/bpjhmpholbncnfdooeagoonhhbndcefh |
説明 | Block or tag websites, URLs and domains! |
ファイルサイズ | 50.74 KB |
インストール数 | 263 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-12-21 |
公開日 | 2018-11-05 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | JB |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sites.google.com/view/urls-manager |
プライバシーポリシーページのURL | https://sites.google.com/view/urls-manager |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "tabs", "storage", "history" ], "options_page": "page_options.html", "background": { "scripts": [ "background.js", "strings_options.js", "strings_content.js", "strings_popup.js", "functions_common.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "matches": [ " |