Add URL to History
Adds a linkbase to the browser history
Add URL to Historyคืออะไร?
Add URL to History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maksam07.com และคุณลักษณะหลักของมันคือ "Adds a linkbase to the browser history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add URL to History
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |