Scrroll-Recall

An extension to save scroll position of a webpage

Scrroll-Recallとは何ですか?

Scrroll-RecallはD.Mahamood Sameerによって開発されたChromeの拡張機能で、その主な機能は「An extension to save scroll position of a webpage」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Scrroll-Recall拡張機能のCRXファイルをダウンロード

Scrroll-Recall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension to save scroll position of a webpage

You must have ran in to a situation that you are reading a long article or document but you don't have sufficient time to finish it , so you close the tab, and the next time when you open the article or the document again, you have no idea where you left it. But with this extension your problem is solved . This extension saves the scroll position of the page and when you click the "fetch scroll" button the page scrolls to the saved position ✔.

This extension consists of :
👉Simple User Interference🤩
👉Simple User Experience✨

More features coming soon.......✌                    

拡張機能の基本情報

名前 Scrroll-Recall Scrroll-Recall
ID jeppjkgmanikcicbhpohghbjckijageo
公式URL https://chromewebstore.google.com/detail/scrroll-recall/jeppjkgmanikcicbhpohghbjckijageo
説明 An extension to save scroll position of a webpage
ファイルサイズ 21.19 KB
インストール数 24
現在のバージョン 1.0.0
最終更新日 2021-08-30
公開日 2021-08-30
評価 5.00/5 合計 4 レビュー
開発者 D.Mahamood Sameer
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrroll-Recall",
    "version": "1.0.0",
    "description": "An extension to save scroll position of a webpage",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}