Gist4U - Your Digital Gist Storage

Revolutionizing the way we consume the Web

Gist4U - Your Digital Gist Storageคืออะไร?

Gist4U - Your Digital Gist Storage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย renoted-admin และคุณลักษณะหลักของมันคือ "Revolutionizing the way we consume the Web"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gist4U - Your Digital Gist Storage

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

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

                        CAPTURE AND RETRIEVE KNOWLEDGE. ANYTIME. ANYWHERE.

Many students & professionals are using ReNoted to learn.

FEATURES:

Highlight and Annotate text
Capture a fact with a drag of the mouse. Or summarise long-form research report for sharing and reviews. ReNoted is the quintessential marginalia for the digital world.

Clip online Multimedia
Build your highlight reel while you learn from online video lectures, tutorials and courses. As knowledge is moving from offline classrooms to online videos, so should your notebooks.

Organise with Stacks & Tags
Stacks are like Folders that help you categorise the pages you visit. And Tags give you the flexibility to label each annotation on a page. Together they create a powerful organisation system.

Everything at one place
All your knowledge excerpts are stored in the ReNoted web application. Access it anytime, from anywhere. Use it to review your MOOC study notes or to refer back to the sources of research project you did years ago.

Search with ease
ReNoted is designed to get "deep work" done. With our powerful search, you have all your knowledge available right where you need it, in an instant. No more context-switching to find relevant information.                    

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

ชื่อ Gist4U - Your Digital Gist Storage Gist4U - Your Digital Gist Storage
ID pgmccebgbidnnbihcnheenbpecjcdjfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gist4u-your-digital-gist/pgmccebgbidnnbihcnheenbpecjcdjfk
คำอธิบาย Revolutionizing the way we consume the Web
ขนาดไฟล์ 4.68 MB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.2.1.7
อัปเดตครั้งล่าสุด 2017-05-17
วันที่เผยแพร่ 2017-05-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา renoted-admin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gistforyou.com
URL หน้านโยบายความเป็นส่วนตัว https://renoted.com/terms-of-service-and-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gist4U - Your Digital Gist Storage",
    "short_name": "Gist4U",
    "version": "0.2.1.7",
    "version_name": "0.2.1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "Revolutionizing the way we consume the Web",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/gistforyou.com\/",
    "incognito": "split",
    "options_ui": {
        "page": "lib\/options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "permissions": [
        "",
        "contentSettings",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.youtube.com\/iframe_api  https:\/\/s.ytimg.com\/yts\/jsbin\/www-widgetapi-vfl1Omgyb\/www-widgetapi.js https:\/\/w.soundcloud.com\/player\/api.js https:\/\/player.vimeo.com\/api\/player.js https:\/\/a.vimeocdn.com\/js\/froogaloop2.min.js https:\/\/api.dmcdn.net\/all.js ; object-src 'self'; font-src 'self' data:;",
    "background": {
        "persistent": true,
        "scripts": [
            "settings-data.js",
            "public\/scripts\/raven.bundle.js",
            "extension.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-icon-inactive.png",
            "38": "images\/[email protected]"
        }
    },
    "web_accessible_resources": [
        "public\/*",
        "content\/*",
        "lib\/*",
        "help\/*",
        "content\/web\/viewer.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/gistforyou.com\/*",
            "*:\/\/soundcloud.com\/*"
        ]
    }
}