notes.txt
Notes in text file.
notes.txtคืออะไร?
notes.txt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexq และคุณลักษณะหลักของมันคือ "Notes in text file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย notes.txt
ดาวน์โหลดไฟล์ส่วนขยาย notes.txt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Store your text notes in Google Drive.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gppaejcoehjmkkpngkafhmdcgbpknbod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notestxt/gppaejcoehjmkkpngkafhmdcgbpknbod |
คำอธิบาย | Notes in text file. |
ขนาดไฟล์ | 9.33 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2018-07-20 |
วันที่เผยแพร่ | 2018-07-19 |
ผู้พัฒนา | alexq |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/alex-q/notes.txt-chrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "notes.txt", "version": "0.2.0", "description": "Notes in text file.", "minimum_chrome_version": "57", "permissions": [ "storage", "identity" ], "oauth2": { "client_id": "702478339593-9g3o9a6qta5gcs52pi7ttrpe3jeo87c6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.appdata" ] }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp1UqP2HVQx7nEqz+4RDLTNLVGicZnhEJluITikwBUHrQoyXfjekc3eWi7qotS7zPoEuFMukOCLQ1oNnKCgrQG2qI8WFx2p0G9o\/n5apGuWAif8HJS1JVqZOzKEwCegvEEQcmIeQzsz2064V2ZQysRFTfOtkn0ClFjSVJWZGSRq4i3MdfmFYL2En\/PYBri46ns0OxnaD31CbRjYmqJocqw4fkA5pWxPdhUPfC57OEwgSl3n0EsTWycwYN1WnPYc4CGfiLVrmM95yztnux+ATxPiAYhkRUW+C761ZWrwv3rx4Wz+pPR9mbOyXRNtz8\/vHFBTT9h0\/epOr1B2EJC+V7GwIDAQAB" } |