Anotes

Annotate Websites!

Anotesคืออะไร?

Anotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aclav3113 และคุณลักษณะหลักของมันคือ "Annotate Websites!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anotes

ดาวน์โหลดไฟล์ส่วนขยาย Anotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Anotes(Beta) gives you the power to annotate websites! You can create notes directly on the webpage which reappear between visits.

Features:

-Create notes directly on a webpage, they'll be exactly as you left them.
-Notes sync to Google Drive, allowing you to seamlessly switch computers and keep working.
-Notes can conveniently be viewed and edited in the popup menu. 
-Import and export your notes and share with your friends! 

Writing a paper and want to remember some specific points? Do you use a recipe often and always forget to double the butter? Anotes is faster and more reliable than a piece of paper!

Coming soon:

-Colors and themes
-Advanced text editing capabilities
-More Powerful annotation tools

Change log:

2/19/14: 
 -Refresh is no longer required on first install.
 -Formatting is now better preserved.
 -Improved the UI.
3/6/14:
 -Notes now keep any whitespace/indentation between page visits.
 -Formatting improvements in the popup.
 -Bug fixes
3/18/14:
-Pages with 0 notes are deleted.
-Cosmetics                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anotes Anotes
ID hhdoodgdlgbcpmadfldaghcflgnkndca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anotes/hhdoodgdlgbcpmadfldaghcflgnkndca
คำอธิบาย Annotate Websites!
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 0.9.4
อัปเดตครั้งล่าสุด 2014-03-19
วันที่เผยแพร่ 2014-03-18
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา aclav3113
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anotes",
    "version": "0.9.4",
    "description": "Annotate Websites!",
    "author": "Alex Joseph Clavelle",
    "short_name": "Annotate Websites!",
    "minimum_chrome_version": "25.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus",
        "clipboardWrite",
        "storage",
        "identity",
        "https:\/\/apis.google.com\/js\/api.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Anotes",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "oauth2": {
        "client_id": "648201628314-6kv6lt96ncuk1gtobe37mq5sifgfcr8p.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}