Finding the Universe

Search and flip through Finding the Universe articles

什麼是Finding the Universe?

Finding the Universe是由https://www.findingtheuniverse.com開發的Chrome擴展程式,該擴展的主要功能是“Search and flip through Finding the Universe articles”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Finding the Universe擴展crx文件

下載Finding the Universe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Finding the Universe is a travel and photography blog showcasing some fantastic photography and inspirational travel ideas for destinations around the world. 

This extension notifies you of new articles when they go live (usually no more than two a week) and lists the 25 most recent articles on the site. Additionally, you can search through all the previous articles on the site right from the extension.

If there is anything else you'd like to see from this extension, let me know.

**CHANGELOG**

**VERSION 0.95**
Adjusted thumbnail dimensions so they aren't stretched oddly. 

**VERSION 0.9**

New look and feel
Added notification for new posts. 
Added image thumbnails for posts. 
Now shows up to 25 articles.

**VERSION 0.8 (first release)**
Search box to search Finding the Universe site
Recent 10 articles from blog


Any issues or feature requests, let me know! Plus, if you want something like this for your own website, drop me a line!                    

擴展基本資訊

名稱 Finding the Universe Finding the Universe
ID fcnnfceoongcakedbolnpjcmeenjaeec
官方網址 https://chromewebstore.google.com/detail/finding-the-universe/fcnnfceoongcakedbolnpjcmeenjaeec
簡介 Search and flip through Finding the Universe articles
檔案大小 61.64 KB
安裝次數 163
目前版本 0.95
更新時間 2013-09-14
上架時間 2013-09-14
評分 4.33/5 共 3 次評分
開發者 https://www.findingtheuniverse.com
付費類型 free
擴展官網 http://www.findingtheuniverse.com
支援的語言 en
manifest.json
{
    "name": "Finding the Universe",
    "description": "Search and flip through Finding the Universe articles",
    "homepage_url": "http:\/\/www.findingtheuniverse.com\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/feeds.feedburner.com\/*",
        "http:\/\/www.findingtheuniverse.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "FTU",
        "default_popup": "findingtheuniverse.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "0.95"
}