Add URL to History
Adds a linkbase to the browser history
Apa itu Add URL to History?
Add URL to History adalah ekstensi Chrome yang dikembangkan oleh https://maksam07.com, dan fitur utamanya adalah "Adds a linkbase to the browser history".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add URL to History
Unduh file ekstensi Add URL to History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Plugin to easily add your linkbase to browser history. This can be useful if you want certain links to be marked as viewed.
Informasi Dasar Ekstensi
Nama | Add URL to History |
ID | nhofggendgdcagphebkpikaimhllapib |
URL Resmi | https://chromewebstore.google.com/detail/add-url-to-history/nhofggendgdcagphebkpikaimhllapib |
Deskripsi | Adds a linkbase to the browser history |
Ukuran File | 1.31 MB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2022-01-18 |
Tanggal Publikasi | 2022-01-18 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | https://maksam07.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |