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 |
官方網址 | 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 |
電子郵箱 | [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" } |