URL SAVER
This extension saves the pages where you at
URL SAVERคืออะไร?
URL SAVER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mrluissan.ninja และคุณลักษณะหลักของมันคือ "This extension saves the pages where you at"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL SAVER
ดาวน์โหลดไฟล์ส่วนขยาย URL SAVER ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there. You are also able to bind a shortcut to save the pages and also open the extension. I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL SAVER |
ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc |
คำอธิบาย | This extension saves the pages where you at |
ขนาดไฟล์ | 713 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2017-07-05 |
วันที่เผยแพร่ | 2017-07-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://mrluissan.ninja |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL SAVER", "description": "This extension saves the pages where you at ", "version": "2", "author": "Luis Adame Rodr\u00edguez - @mrluissan", "homepage_url": "https:\/\/mrluissan.ninja", "commands": { "saveTab": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+Q" }, "description": "Saves the url" } }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ] } |