ScrollMark (Autosave Scroll Position)

ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…

Apa itu ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) adalah ekstensi Chrome yang dikembangkan oleh suresh.falor, dan fitur utamanya adalah "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Unduh Berkas CRX Ekstensi ScrollMark (Autosave Scroll Position)

Unduh file ekstensi ScrollMark (Autosave Scroll Position) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ScrollMark is a small yet intuitive extension created to save you time and effort. 

It's frustrating when you return to a long article, blog post, or online reference, only to find that you've lost your original position. 

Simply click on the ScrollMark icon at the top next to the URL bar once the page loads to scroll down to where you left off. It's that simple!

As always, I welcome your suggestions and criticisms on how to make this better.

-- Rohit                    

Informasi Dasar Ekstensi

Nama ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
URL Resmi https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Deskripsi ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Ukuran File 47.08 KB
Jumlah Instalasi 465
Versi Saat Ini 0.2
Terakhir Diperbarui 2015-04-24
Tanggal Publikasi 2015-04-24
Penilaian 2.90/5 Total 29 Penilaian
Pengembang suresh.falor
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScrollMark (Autosave Scroll Position)",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    }
}