Sniipit

Store essences of anything you read and hear to keep what’s most relevant.

Sniipitคืออะไร?

Sniipit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sniipit.io และคุณลักษณะหลักของมันคือ "Store essences of anything you read and hear to keep what’s most relevant."

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

screenshot
screenshot
screenshot

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

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

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

                        The Sniipit Extension allows you to save text phrases from any website to your Sniipit account. Keep what's most relevant and remember what's important. 

Snippit lets you:
- store quotes and text phrases from any website
- bookmark pages based on quotes rather than titles
- manage your learnings from the web in a timeline                    

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

ชื่อ Sniipit Sniipit
ID bffeigcbedjjdaoolgabmmjdacmghnnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sniipit/bffeigcbedjjdaoolgabmmjdacmghnnc
คำอธิบาย Store essences of anything you read and hear to keep what’s most relevant.
ขนาดไฟล์ 902 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 0.8.2
อัปเดตครั้งล่าสุด 2015-05-31
วันที่เผยแพร่ 2015-05-31
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sniipit.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sniipit.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sniipit",
    "description": "Store essences of anything you read and hear to keep what\u2019s most relevant.",
    "version": "0.8.2",
    "homepage_url": "http:\/\/www.sniipit.io",
    "author": "www.sniipit.io",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "options_page": "html\/options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/jquery.embedly.min.js",
            "js\/ddp.js",
            "js\/q.js",
            "js\/asteroid.chrome.js",
            "js\/mixpanel.js",
            "js\/identify.js",
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/contentstyles.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/rangy-core.js",
                "js\/rangy-classapplier.js",
                "js\/rangy-position.js",
                "js\/rangy-events.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "*:\/\/*.embed.ly\/*"
    ],
    "web_accessible_resources": [
        "html\/login.html",
        "js\/jquery-1.11.2.min.js",
        "js\/login.js",
        "css\/login.css",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.embed.ly\/1\/extract https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}