URL Specific Notepad - AnnoPad
With this tool, you can create notes for specific website addresses.
URL Specific Notepad - AnnoPadคืออะไร?
URL Specific Notepad - AnnoPad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SocialMediaExtensions และคุณลักษณะหลักของมันคือ "With this tool, you can create notes for specific website addresses."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Specific Notepad - AnnoPad
ดาวน์โหลดไฟล์ส่วนขยาย URL Specific Notepad - AnnoPad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this tool, you can create notes for specific website addresses. Easily create/save/export notes for all your bookmarked sites! This notepad / bookmark hybrid is a must for any web savvy individual. Our userbase includes anyone from coders and programmers, to web design, content researchers and lifehacking. The next generation notepad has arrived and ready to assist you! Are you a growthhacker or lifehacker? Doing research online? Remember important topics by having Annopad on your side and taking useful, URL specific notes on your research. Our innovative notepad will help you remember all the web pages that you were doing research on! Annopad can also be used for social bookmarking! Product Update: Annopad is getting some new bells and whistles. We will be working hard to add on new features that have been requested. Or catch us on social media: Twitter: @Anno_pad Facebook: www.facebook.com/Annopad
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Specific Notepad - AnnoPad |
ID | johjcheghocokbkhacbfbhojoangkpcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-specific-notepad-anno/johjcheghocokbkhacbfbhojoangkpcb |
คำอธิบาย | With this tool, you can create notes for specific website addresses. |
ขนาดไฟล์ | 1.04 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.6.5 |
อัปเดตครั้งล่าสุด | 2019-10-10 |
วันที่เผยแพร่ | 2019-10-09 |
คะแนน | 4.05/5 รวมทั้งหมด 171 คะแนน |
ผู้พัฒนา | SocialMediaExtensions |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "AnnoPad", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.6.5", "icons": { "16": "img\/annopad_16x16.png", "48": "img\/annopad_48x48.png", "128": "img\/annopad_128x128.png" }, "background": { "scripts": [ "js\/background.js", "js\/menu.js" ] }, "permissions": [ "tabs", "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon322.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/content.min.js" ] } ] } |