Add URL to History
Adds a linkbase to the browser history
Add URL to Historyとは何ですか?
Add URL to Historyはhttps://maksam07.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a linkbase to the browser history」です。
拡張機能のスクリーンショット
Add URL to History拡張機能のCRXファイルをダウンロード
Add URL to History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
拡張機能の基本情報
名前 | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
公式URL | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
説明 | Adds a linkbase to the browser history |
ファイルサイズ | 1.31 MB |
インストール数 | 49 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2022-01-18 |
公開日 | 2022-01-18 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | https://maksam07.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "static\/js\/config.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_defTitle__", "default_icon": { "16": "static\/images\/icon16.png", "24": "static\/images\/icon24.png", "32": "static\/images\/icon32.png" }, "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "16": "static\/images\/icon16.png", "48": "static\/images\/icon48.png", "128": "static\/images\/icon128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "history" ], "version": "0.0.0.1" } |