National Geographic - Photo of the day
Top photo every day, one click far
National Geographic - Photo of the dayとは何ですか?
National Geographic - Photo of the dayはhttp://ganeshstuff.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Top photo every day, one click far」です。
拡張機能のスクリーンショット
National Geographic - Photo of the day拡張機能のCRXファイルをダウンロード
National Geographic - Photo of the day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**** Updated on 24 Jan 2020 **** National Geographic Chrome Extension - Photo of the day. View & download photo of the day from National Geographic within a single click. Navigate through and download your favorite photo of the day. The wallpaper is 990x742 in resolution. You will be able to see photos for the past two weeks. A day might have more than one 'Photo of the Day' Some photos might repeat. Ofcoz, As in National Geographic website :) Version 4.4 Enhancements Version 4.1 Bug fixes Version 4.0 All new version Version 3.1 Bug fixes Version 3.0 Bug fixes Clean UI Version: 2.0 1. Bug fixes Please post your feedback.
拡張機能の基本情報
名前 | |
ID | illknggkfnjpkignckhmeiibfmeobfng |
公式URL | https://chrome.google.com/webstore/detail/illknggkfnjpkignckhmeiibfmeobfng |
説明 | Top photo every day, one click far |
ファイルサイズ | 46.14 KB |
インストール数 | 2,512 |
現在のバージョン | 4.4 |
最終更新日 | 2020-01-29 |
公開日 | 2020-01-25 |
評価 | 4.14/5 合計 70 レビュー |
開発者 | http://ganeshstuff.blogspot.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "National Geographic - Photo of the day", "short_name": "Photo of the Day", "description": "Top photo every day, one click far", "version": "4.4", "browser_action": { "default_icon": "NatGeo.png", "default_popup": "popup.html" }, "backgroud": { "scripts": [ "Main.js" ] }, "icons": { "16": "NatGeo.png", "48": "NatGeo.png", "128": "NatGeo.png" }, "permissions": [ "http:\/\/*.nationalgeographic.com\/*", "tabs" ] } |