Unvisit
Mark link as unvisited by removing the url from the browsers history
Unvisitとは何ですか?
Unvisitはsmukkekimによって開発されたChromeの拡張機能で、その主な機能は「Mark link as unvisited by removing the url from the browsers history」です。
拡張機能のスクリーンショット
Unvisit拡張機能のCRXファイルをダウンロード
Unvisit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history
拡張機能の基本情報
名前 | Unvisit |
ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
公式URL | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
説明 | Mark link as unvisited by removing the url from the browsers history |
ファイルサイズ | 12.59 KB |
インストール数 | 78 |
現在のバージョン | 1.0 |
最終更新日 | 2020-11-20 |
公開日 | 2018-07-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | smukkekim |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unvisit", "description": "Mark link as unvisited by removing the url from the browsers history", "version": "1.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "events.js" ], "persistent": false }, "permissions": [ "history", "contextMenus" ] } |