Notesheet for Browsers

Right-click scrap, save to spreadsheet

Notesheet for Browsersคืออะไร?

Notesheet for Browsers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://editoy.com และคุณลักษณะหลักของมันคือ "Right-click scrap, save to spreadsheet"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        🎶 The ultimate curation stationery is finally on Chrome browser !! 
 
Quotes, Thoughts, Tweets and Video. Curate anything, anytime, anywhere.

★ Right-click on your favorite pictures, pages, links on the web. Or find the key sentences and click right. It will be saved in a spreadsheet with the source and your comments.
(Now you can also force right-clicking on sites that have blocked right-clicking.)
★ No matter how many quotes you have. Just at a glance, easy to organize.
★ Annotate and sync across Android, iOS and Chrome NoteSheet. Your Google spreadsheets become the curation cloud. 


✪     Now your idea and bookmarks only on your own spreadsheet, safely placed on the reliable Google cloud. 
✪    Blog using the ultimate curation blog editor Editoy Draft that shares the same curation library with Editoy NoteSheet!


PRIVACY POLICY : https://editoy.wordpress.com/notesheet-privacy-policy/                    

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

ชื่อ Notesheet for Browsers Notesheet for Browsers
ID feonehaohleclbngaobgacjblcpbiaon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notesheet-for-browsers/feonehaohleclbngaobgacjblcpbiaon
คำอธิบาย Right-click scrap, save to spreadsheet
ขนาดไฟล์ 53.97 KB
จำนวนการติดตั้ง 1,125
เวอร์ชันปัจจุบัน 5.0.1
อัปเดตครั้งล่าสุด 2021-12-23
วันที่เผยแพร่ 2020-03-21
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://editoy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://editoy.com/app
URL หน้านโยบายความเป็นส่วนตัว https://editoy.com/privacy
ภาษาที่รองรับ en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appname__",
    "short_name": "__MSG_shortname__",
    "default_locale": "en",
    "version": "5.0.1",
    "description": "__MSG_description__",
    "minimum_chrome_version": "52",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "notesheet-16.png",
            "32": "notesheet-32.png",
            "48": "notesheet-48.png",
            "64": "notesheet-64.png"
        },
        "default_popup": "popup.html",
        "default_title": "NoteSheet"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "contextMenus"
    ],
    "icons": {
        "16": "notesheet-16.png",
        "48": "notesheet-logo-48.png",
        "128": "notesheet-logo-128.png"
    },
    "web_accessible_resources": [
        "extension.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/editoy.com\/posts\/posting\/*",
            "*:\/\/editoy.com\/answerpost\/*"
        ]
    },
    "oauth2": {
        "client_id": "160459627590-83p9qd1c0blra4dnvntsei0u20o127l9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "content_script.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/editoy.com\/oauth2callback*"
            ],
            "js": [
                "fallback-auth.js"
            ],
            "run_at": "document_end"
        }
    ]
}