Mark
All the articles and web pages you love right on your new tab page.
Markとは何ですか?
Markはhttp://getmark.appによって開発されたChromeの拡張機能で、その主な機能は「All the articles and web pages you love right on your new tab page.」です。
拡張機能のスクリーンショット
Mark拡張機能のCRXファイルをダウンロード
Mark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mark allows you to save any web page, article you want to keep for later right on you new tab/new window page in Google Chrome.
Sick of keeping dozens of tabs open ? of sending yourself articles by email ? or to save pages in bookmark folders or apps you never go to afterwards ?
Save pages that matter to you at the only place you go dozens of times a day : your Chrome "new tab" page !
Whether it's an interesting article you really want to remind yourself to read later, or some pages about a trip you're planning with a friend, or some work project for which you want to keep some searches you made within close reach, Mark is just one tab away.
Features
✔ Mark any web page, article right on your new tab page in Chrome
✔ Delete them when you're done
✔ Get your reading done!
Happy reading! 拡張機能の基本情報
| 名前 | |
| ID | fnmcfbcfdlkpflfbabbnomdloookfonb |
| 公式URL | https://chrome.google.com/webstore/detail/mark/fnmcfbcfdlkpflfbabbnomdloookfonb |
| 説明 | All the articles and web pages you love right on your new tab page. |
| ファイルサイズ | 821 KB |
| インストール数 | 39 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2019-04-03 |
| 公開日 | 2019-04-03 |
| 評価 | 5.00/5 合計 12 レビュー |
| 開発者 | http://getmark.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.getmark.app |
| ヘルプページのURL | https://getmark.app/help.html |
| プライバシーポリシーページのURL | https://getmark.app/legal.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "Mark",
"name": "Mark",
"author": "Claire Chabas",
"description": "All the articles and web pages you love right on your new tab page.",
"version": "1.0.4",
"icons": {
"16": "icon-16.png",
"19": "icon-19.png",
"24": "icon-19.png",
"32": "icon-19.png",
"128": "icon-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"scripts": [
"getpagedata.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon-16.png",
"default_title": "Mark this page",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |