As Noted

A simple and powerful personal note taking environment.

As Notedคืออะไร?

As Noted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย B-App และคุณลักษณะหลักของมันคือ "A simple and powerful personal note taking environment."

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

screenshot
screenshot
screenshot

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

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

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

                        With As Noted, you can edit and manage your notes with your smart phone or tablet, or on the desktop with the As Noted extension for Chrome. Once you link As Noted with Dropbox, your notes will be synchronized among all your devices.
As Noted offers notebooks to organize your notes. In addition, searching and tagging work across all your notes to make it easy to find what you need.

Latest TOP FEATURES:
• Write notes for 1001 nights an more. In other words, now you can manage more than 1000 notes.
• New Keyboard commands for lists and divider lines. Simply type "- ", "1. ", or "--".
• Hide the list of notes to better focus on the notes.
• Enjoy the new design of the edit toolbar.
• Exit the editor with ESC key.

Top Features:
• Note taking with iPhone, iPad, Google Chrome, and your Android smart phone or tablet
• Journals, geo notes, photo notes and custom templates
• Bullet lists, numbered lists, and ToDo lists
• Embedding images and multimedia attachments
• Notebooks and tagging
• Flexible search
• Note sharing
• Im & export with Evernote
• Import of Amazon Kindle Highlights
• Cross-platform synchronization via Dropbox

As Noted is "free as in free speech". But please spread the word by following @asnotedapp, like us on Facebook, and provide your feedback and ratings in the Chrome Web Store.

Have fun!
The As Noted Team                    

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

ชื่อ As Noted As Noted
ID phamnjjjhnobmbnkohdhfdlpiaoplaja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/as-noted/phamnjjjhnobmbnkohdhfdlpiaoplaja
คำอธิบาย A simple and powerful personal note taking environment.
ขนาดไฟล์ 599 KB
จำนวนการติดตั้ง 480
เวอร์ชันปัจจุบัน 1.5.0.1
อัปเดตครั้งล่าสุด 2016-05-20
วันที่เผยแพร่ 2016-05-19
คะแนน 4.31/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา B-App
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.asnoted.com
URL หน้าช่วยเหลือ http://www.asnoted.com/support/index.html
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "As Noted",
    "version": "1.5.0.1",
    "manifest_version": 2,
    "description": "A simple and powerful personal note taking environment.",
    "background": {
        "page": "views\/background.html"
    },
    "icons": {
        "128": "asnoted-extension128.png",
        "48": "asnoted-extension48.png",
        "16": "asnoted-extension16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kindle.amazon.com\/your_highlights"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/amazon-content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/maps.googleapis.com\/*",
        "https:\/\/kindle.amazon.com\/*",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "fontSettings"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
    "browser_action": {
        "default_title": "As Noted",
        "default_icon": {
            "19": "asnoted-extension19.png",
            "38": "asnoted-extension38.png"
        }
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "views\/dropbox-oauth.html"
    ]
}