Auto Load New Posts for Google+™

Load new posts on Google+ automatically.

Vad är Auto Load New Posts for Google+™?

Auto Load New Posts for Google+™ är en Chrome-tillägg utvecklad av The Independent Rhythm, och dess huvudfunktion är "Load new posts on Google+ automatically.".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Load New Posts for Google+™-förlängningens CRX-fil

Ladda ner Auto Load New Posts for Google+™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension enables you to load new posts on Google+ automatically. You don't need to click blue 'New Posts' button to load new posts.

And for better usability, this extension dose not auto load new posts if you scroll down the stream. In this case, the blue 'New Posts' button will appear. You can load new posts by click that button, or just scroll to top.

* This extension hides 'Resume' button.

* The Icon image is contributed by Tsuchisaka Yoshiya.

* The source of this extension is hosted on GitHub and licensed under MIT License  (https://github.com/morou/GooglePlusAutoLoad).

[ChangeLog]
Version 1.3.12-1.3.14
  - Merge code with Safari version

Version 1.3.11
  - Fix: resume button isn't hidden in some case.

Version 1.3.10
  - Merge code with Safari version

Version 1.3.9
  - Refine code (no new feature)

Version 1.3.8
  - New Google+ Layout Compatibility

Version 1.3.7
  - Chrome Canary 32 Compatibility

Version 1.3.6
  - Change Icon
  - New Google+ Layout Compatibility

Version 1.3.5
  - Hide Resume button

Version 1.3.4
  - Add Icon

Version 1.3.3
  - Improve performance

Version 1.3.2
  - Refine code (no new feature)

Version 1.3.1
  - Reduce extension file size.

Version 1.3.0
  - Auto load new posts even if you open notification area.

Version 1.2.4
  -  Pend to load new posts when you edit comment even if you scroll on top.
-------

Google+のストリームで新着ポストを自動読み込みする拡張です。

なお、ページをスクロールして下の方を見ている場合は、自動読み込みを行わず従来の青い新着ポストボタンを表示します。青い新着ポストボタンが表示された状態でページトップにスクロールすれば、自動読み込みを行います(もちろん、青い新着ポストボタンを押下しても読み込みます)。

* この拡張をインストールすると「再開ボタン」は非表示となります(経緯についてはこちらの投稿を参照ください https://plus.google.com/100338330235656198101/posts/axECVQigPpJ )

* アイコンはTsuchisaka Yoshiya氏に作成していただきました

* この拡張のソースコードはGitHub上で公開しています。ライセンスはMIT Licenseです。 (https://github.com/morou/GooglePlusAutoLoad)

[更新履歴]
Version 1.3.10
  - Safari版とコードをマージ

Version 1.3.9
  - コード整理(新機能はありません)

Version 1.3.8
  - Google+の新レイアウトに対応

Version 1.3.7
  - Chrome Canary 32 に対応

Version 1.3.6
  - アイコン変更
  - Google+の新レイアウトに対応

Version 1.3.5
  - 再開ボタンおよび栞マーク非表示

Version 1.3.4
  - アイコン追加

Version 1.3.3
  - 性能改善

Version 1.3.2
  - コード整理 (新機能はありません)

Version 1.3.1
  - ファイルサイズ削減

Version 1.3.0
  - 通知エリアを開いている場合でも自動で新着ポストを読み込むようにした

Version 1.2.4
  -  コメント入力中の場合は自動新着ポスト読み込みを一時停止                    

Grundläggande Information om Tillägg

Namn Auto Load New Posts for Google+™ Auto Load New Posts for Google+™
ID cpcpblmelonlccjgkmilblpenplaceog
Officiell webbadress https://chromewebstore.google.com/detail/auto-load-new-posts-for-g/cpcpblmelonlccjgkmilblpenplaceog
Beskrivning Load new posts on Google+ automatically.
Filstorlek 21.45 KB
Antal Installationer 188
Aktuell Version 1.3.14
Senast Uppdaterad 2014-10-29
Publiceringsdatum 2014-10-29
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare The Independent Rhythm
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Load New Posts for Google+\u2122",
    "description": "Load new posts on Google+ automatically.",
    "version": "1.3.14",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}