PopChome
Easily jump back and forth between locations on a webpage (handy for wikipedia, journals, shopping cites, etc.)
PopChomeとは何ですか?
PopChomeはNeil Vyasによって開発されたChromeの拡張機能で、その主な機能は「Easily jump back and forth between locations on a webpage (handy for wikipedia, journals, shopping cites, etc.)」です。
拡張機能のスクリーンショット
PopChome拡張機能のCRXファイルをダウンロード
PopChome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PopChrome allows you to save positions on a webpage, and then easily return to them later. Use Control+K (Command+K for Mac) to "push" a position, then use Shift+Control+K (Shift+Command+K for mac) to return to it. Ever read a long text post? You read and find something interesting that you want to return to later, but keep reading past it. Maybe you used to highlight some text and frantically scroll back, searching for it. Maybe you opened the webpage in a new tab, and continued reading there. Or maybe, you just made a mental note and hoped you'd remember - only to forget when you hit the bottom. With PopChrome, this dilemma is as extinct as australopithecus. Just hit Control + K when you find something interesting, and Shift + Control + K to return to it at your convenience. Pressing Shift + Control + K again returns you to where you Popped from, when you are at your Pushed location. Great for sites like wikipedia and stackoverflow, where you need to reference earlier portions of an article often! Check out my GitHub at https://github.com/neilvyas/popchrome ! PopChrome doesn't work on sites that block script injection or rely on mutating the DOM to serve content, like facebook and fivethirtyeight. I'm working to add support for more websites that currently don't work properly.
拡張機能の基本情報
名前 | |
ID | fboikkbagmlgiipifnlkfnmeplkcflbh |
公式URL | https://chrome.google.com/webstore/detail/fboikkbagmlgiipifnlkfnmeplkcflbh |
説明 | Easily jump back and forth between locations on a webpage (handy for wikipedia, journals, shopping cites, etc.) |
ファイルサイズ | 17.97 KB |
インストール数 | 41 |
現在のバージョン | 1.1 |
最終更新日 | 2014-09-09 |
公開日 | 2014-09-09 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Neil Vyas |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PopChome", "description": "Easily jump back and forth between locations on a webpage (handy for wikipedia, journals, shopping cites, etc.)", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |