Memo On Websites
leave a memo on each website
Memo On Websitesคืออะไร?
Memo On Websites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wudy และคุณลักษณะหลักของมันคือ "leave a memo on each website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memo On Websites
ดาวน์โหลดไฟล์ส่วนขยาย Memo On Websites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
leave a memo on each website easily.
+ Sub domains are treated as separate websites.
(Example)
docs.google.com
map.google.com
+ Except for www
(Example)
www.google.com -> google.com ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cmcojnfblbfceeplflcbkejdodpfgjcc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/memo-on-websites/cmcojnfblbfceeplflcbkejdodpfgjcc |
| คำอธิบาย | leave a memo on each website |
| ขนาดไฟล์ | 12.32 KB |
| จำนวนการติดตั้ง | 343 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2017-12-07 |
| วันที่เผยแพร่ | 2017-12-06 |
| คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | wudy |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Memo On Websites",
"author": "koosi",
"homepage_url": "https:\/\/github.com\/koosi",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"128": "img\/icon_128.png"
},
"browser_action": {
"default_icon": "img\/disable_icon_128.png",
"default_title": "__MSG_browserActionTitle__",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"minimum_chrome_version": "22.0",
"short_name": "MemoOnWebsites"
} | |