MooNotes (Social Bookmark, Screencapture)

Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark.

MooNotes (Social Bookmark, Screencapture)คืออะไร?

MooNotes (Social Bookmark, Screencapture) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moonotes.com และคุณลักษณะหลักของมันคือ "Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MooNotes (Social Bookmark, Screencapture)

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

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

                        MooNotes is a web utility to help you keep track of all your bookmarks and see what others are bookmarking. If web has gotten boring, see what others find interesting. Group your bookmarks using hashtags, and search through others' hashtags. With every bookmark it automatically saves a screen capture of the page you're on, as well as any selected quotes. Start a conversation, start bookmarking.

Have you found it difficult keeping up with the sites you have visited during researching on the web? Did you know with MooNotes you can save a text selection along with your bookmark for later viewing? This is a great tool if you're trying to write a paper or searching for inspirations for your next blog. Not only that, you can also jot down some thoughts on your bookmark.

Not sure where to start? Simply install the extension, click on the Moo cow icon, then click the Facebook Connect button to sign in. After that you can start bookmarking away.                    

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

ชื่อ MooNotes (Social Bookmark, Screencapture) MooNotes (Social Bookmark, Screencapture)
ID keolkfkenhpdkeegkmmnbkodbcllilfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moonotes-social-bookmark/keolkfkenhpdkeegkmmnbkodbcllilfj
คำอธิบาย Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark.
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-07-15
วันที่เผยแพร่ 2015-07-14
ผู้พัฒนา https://moonotes.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.moonotes.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MooNotes (Social Bookmark, Screencapture)",
    "description": "Create web notes no matter which site you're on and have them saved all in one place. You'll never lose another bookmark.",
    "version": "1.4",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:5000\/*",
                "*:\/\/*.moonotes.com\/*"
            ],
            "js": [
                "hideinline.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*.moonotes.com\/*",
        "*:\/\/graph.facebook.com\/*"
    ]
}

ส่วนขยายที่เกี่ยวข้อง